SHSJS = { setValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = iValue; return true; } else { return false; } }, getValue: function(strName) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { return myobject.innerHTML; } else { return null; } }, appendValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = myobject.innerHTML+iValue; return true; } else { return false; } } } SHSJS.setValue('statscontent_golf_pga', '
| Childrens Miracle (PGA) | ||||
| Pos | Name | Score | Thru | |
| 1 | S. Ames - z | -18 | F | |
| 2t | J. Leonard - y | -18 | F | |
| 2t | G. McNeill - y | -18 | F | |
| 4t | N. O\'Hern | -17 | F | |
| 4t | J. Rose | -17 | F | |
| 6 | M. Gronberg | -16 | F | |
| 7t | B. Davis | -15 | F | |
| 7t | D. Points | -15 | F | |
| 9t | Z. Johnson | -14 | F | |
| 9t | C. Pettersson | -14 | F | |
| View Full Leaderboard | ||||
z = Won in Playoff y = Lost in Playoff | ||||
| LPGA Tour Champ (LPGA) | ||||
| Pos | Name | Score | Thru | |
| 1 | L. Ochoa - x | -6 | ||
| 2 | R. Rankin - x | -5 | ||
| 3t | S. Gustafson - x | -4 | 11 | |
| 3t | T. Leon - x | -4 | ||
| 5t | H. Kang - x | -3 | 14 | |
| 5t | H. Alfredsson - x | -3 | 12 | |
| 5t | W. Ward - x | -3 | 11 | |
| 5t | J. Inkster - x | -3 | 10 | |
| 5t | K. McPherson - x | -3 | ||
| 5t | Y. Tseng - x | -3 | ||
| View Full Leaderboard | ||||